home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / PICSee Dust 1.01 / Quaternary Source / InitToolbox.h < prev    next >
Text File  |  1995-10-22  |  166b  |  16 lines

  1. #ifndef INITTOOLBOX_H__
  2. #define INITTOOLBOX_H__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8.  
  9. void InitToolbox();
  10.  
  11.  
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15.  
  16. #endif // INITTOOLBOX_H__